home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / brltty-x11 / XWindow.README < prev   
Text File  |  2009-10-13  |  2KB  |  35 lines

  1. This driver lets use a Graphical User Interface as BrlTTY device:
  2. it behaves just like a real braille device, its cost excepted :)
  3.  
  4. It is mostly intended for sighted developers who don't have access to a real
  5. device, but still want to have an idea of the accessiblity of their application.
  6.  
  7. Assuming you're under X, first launch brltty:
  8. $ brltty -b xw -x as
  9.  
  10. Then you can launch a BrlAPI application:
  11. $ ~/brltty/Programs/apitest
  12. or you can launch text applications in AT-SPI terminals like gnome-terminal.
  13.  
  14. You may give several parameters to the driver:
  15. $ brltty -b xw -t identity -B tkparms="-geometry -0+0 -display :1",lines=2,cols=20,model=bare
  16. will set a 20x2 braille display appear in the upper right corner of the
  17. :1 display, without any navigation key. There is also the vs model which
  18. will show up most of VisioBraille device's keys.
  19.  
  20. You should configure your window manager not to let the BRLTTY window get
  21. keyboard focus, so as to be able to simulate keypresses by pressing buttons.
  22. Or you may use the -display tkparameter option to display the emulated device
  23. on another X server and add the input=on option so that keypresses in the
  24. device window will get simulated in the original display.
  25.  
  26. *** Don't set input=on without using -display too on a different display,
  27. because else emulated keypresses will just loop ! ***
  28.  
  29. If you want braille display as well, you'll need the ClearlyU font
  30. (included in recent xfonts-base packages) and a UTF-8 locale for
  31. characters: if your usual locale is en_US, launch brltty with a
  32. prepended LC_CTYPE:
  33.  
  34. LC_CTYPE=en_US.UTF-8 brltty ...
  35.